home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / sharew / accs / player / acc.bat next >
Encoding:
DOS Batch File  |  1985-07-19  |  223 b   |  15 lines

  1. cp68 %1.c %1.i
  2. c068 %1.i %1.1 %1.2 %1.3 -f
  3. rm %1.i
  4. c168 %1.1 %1.2 %1.s
  5. rm %1.1
  6. rm %1.2
  7. as68 -l -u %1.s
  8. link68 [u] %1.68k=accstart,%1,osbind,vdibind,aesbind
  9. relmod %1.68k %1.acc
  10. rm %1.68k
  11. rm %1.o
  12. rm %1.s
  13. wait
  14.  
  15.